Auto merge of #1590 - alexcrichton:issue-1589, r=brson
authorbors <bors@rust-lang.org>
Thu, 7 May 2015 18:39:48 +0000 (18:39 +0000)
committerbors <bors@rust-lang.org>
Thu, 7 May 2015 18:39:48 +0000 (18:39 +0000)
commit1ec2257b679e07bab2e0aa951c1031d6749cc410
treecb6cd2db145a0fff5aad3b7f6967d8214b2160ae
parentece2a9235f447b37307af66caac5b84830b02fd7
parentc54c6a9df4ddb7d8509af09f687faba9efe73af9
Auto merge of #1590 - alexcrichton:issue-1589, r=brson

Knowing the target architecture for calculating the filename is needed when
calculating the name of a dynamic library, and previously this was only taken
into account when a target was a plugin. Targets can, however, request that they
are built as a dynamic library which also needs to be taken into account.

Closes #1589